home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / vsix60.exe / lha / CHANGES.DOC < prev    next >
Text File  |  1991-02-02  |  5KB  |  133 lines

  1.  
  2.  
  3.   This file documents the changes in VernSix.Lib starting with version 3.00
  4.  
  5.  
  6. v6.00 - Sat  02-02-1991
  7.  
  8.         Several things have changed with this version.  For starters I
  9.         skipped version 5.00 so as to avoid any confusion with Clipper
  10.         v5.00's release (i.e. I didn't want anyone to thing that v5.00
  11.         of my library was only for Clipper v5.00).  Version 6.00 of my
  12.         library is for both Clipper Summer 87 and v5.00. (VERNSIX.LIB is
  13.         for Clipper Summer 87 while VERNSIX5.LIB is for Clipper v5.00)
  14.  
  15.         1.)  VEDIT() has changed dramatically to allow much greater
  16.              flexibility.  Existing programs that call VEDIT() will *NOT*
  17.              work with this new VEDIT().
  18.  
  19.  
  20.         2.)  VINDEX() has been replaced with SHOW_NTX().  Existing programs
  21.              that call VINDEX() and REMKEY() *** MUST *** be changed!
  22.  
  23.         3.)  VSELECT() has been replaced with VPICK().  Existing programs
  24.              that call VSELECT() *** MUST *** be changed!
  25.  
  26.         4.)  VSCRL() has been replaced with VPICK().  Existing programs
  27.              that call VSELECT() *** MUST *** be changed!
  28.  
  29.         5.)  Some of the global variables that INITVERN() creates have
  30.              changed.
  31.  
  32.         6.)  The structure of VERN_CFG.DBF has changed
  33.  
  34.         7.)  GETCOLOR() has changed dramatically to be much more cosmetically
  35.              appealing.
  36.  
  37.         8.)  Several functions have been deleted from the library...
  38.  
  39.                SPECTRUM()
  40.                N2FGBG()
  41.                FGBG2N()
  42.  
  43.         9.)  Several new functions have been added to the library...
  44.  
  45.                ADD_FLD()
  46.                DOL2STR()
  47.                DTOT()
  48.                NEWSCRN()
  49.                OPEN_DBF()
  50.                SHOW_NTX()
  51.                VERNVERS()
  52.                VPICK()
  53.  
  54.  
  55.  
  56.  
  57. v4.31 - October 28, 1990
  58.  
  59.         1.)  Fixed very small bug in VWIND() that did not change window
  60.              box color.
  61.  
  62.  
  63. v4.30 - October 28, 1990
  64.  
  65.         1.)  Fixed a major bug in VINDEX that caused a "devide by zero"
  66.              error when the database contained no records.
  67.  
  68. v4.20 - September 23, 1990
  69.  
  70.         1.)  I guess I acted a tad too quickly when I released v4.10 as a
  71.              bug or two crept into that version.  There are no known bugs
  72.              in v4.20
  73.  
  74.  
  75. v4.10 - September 23, 1990
  76.  
  77.         1.)  Added VINDEX() to display a 'gas guage' type display during
  78.              an index operation.
  79.  
  80.  
  81. v4.00 - September 17, 1990
  82.  
  83.         1.)  VMENU()  was  added to  this  version  as well  as  two
  84.              supporting   global    variables...   gn_pulldown   and
  85.              gn_option.
  86.  
  87.         2.)  A new VERNDEMO.PRG has been written (to demonstrate all
  88.              of the functions in VERNSIX.LIB).
  89.              
  90. v3.11 - September 5, 1990
  91.  
  92.         1.)  A simple maintenance release... I  noticed that I had not
  93.              made all of the variables in my functions PRIVATE to that
  94.              particular function.  This resulted in some rather wierd
  95.              results in a recent program I was writing for a client.
  96.              
  97. v3.10 - August 12, 1990
  98.  
  99.         1.)  True  shadowing has  now  been enabled.   The  previous
  100.              method of creating shadows for the  windows was done by
  101.              placing  a  character  around  the window.    Now,  the
  102.              VWIND() procedure  (and all functions that  use it) has
  103.              the capability  to produce what I  call "true" shadows.
  104.              That is  to say, the  characters that were  beneath the
  105.              shadow will now show through correctly.  NOTE: You must
  106.              delete your VERN_CFG.DBF  file after re-compiling  with
  107.              this version of VERNSIX.LIB!!
  108.  
  109.         2.)  ASK(), ASK2() and DISPMSG()  now accept two  additional
  110.              parameters (row  and column)  to allow you  to position
  111.              the  window were you want it and not necessarily in the
  112.              center of the screen which used to be the default.
  113.  
  114. v3.02 - May 13, 1990
  115.  
  116.         - Fixed bug in INITHELP() that caused an "Undefined Indentifier"
  117.           error.  I guess my head got a little swollen with ego and I made
  118.           a stupid error.  i.e.  I don't need to test this change.  I write
  119.           perfect code the first time every time.  What a mess.  Sorry!
  120.  
  121.  
  122. v3.01 - May 8, 1990
  123.  
  124.         - Fixed bug in VSELECT() ... Unindentified identifier
  125.  
  126.  
  127. v3.00 - March 8, 1990
  128.  
  129.         - Major re-write of library.  Added several new functions.
  130.           See VERNSIX.DOC
  131.  
  132.  
  133.